Environment
class Environment
Provides the details about the current operating system, JVM architecture, JRE version etc.
Functions
Link copied to clipboard
Checks the current operating system name and version, JRE version and throws the error if they do not meet the minimal operating system and JRE requirements.
Link copied to clipboard
Returns an absolute path to the directory where the Chromium binaries are located by default.
Link copied to clipboard
Returns
true
if the current operating system is macOS Big Sur.Link copied to clipboard
Returns
true
if the current environment is supported.Link copied to clipboard
Returns
true
if the current platform is Windows 64-bit.Link copied to clipboard
Prints the current environment details to the log with the INFO level.
Link copied to clipboard
Returns path to the user's home directory.
Link copied to clipboard
Returns path to the user's temp directory.
Link copied to clipboard
Returns an
Optional
that contains a string that represents an absolute path to the local AppData directory of the current user on the Windows platform.